﻿2026-08-02T16:36:46.5626856Z ##[group]Run actions/checkout@v5
2026-08-02T16:36:46.5627422Z with:
2026-08-02T16:36:46.5627830Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:36:46.5630987Z   token: ***
2026-08-02T16:36:46.5631417Z   ssh-strict: true
2026-08-02T16:36:46.5631823Z   ssh-user: git
2026-08-02T16:36:46.5632218Z   persist-credentials: true
2026-08-02T16:36:46.5632653Z   clean: true
2026-08-02T16:36:46.5633043Z   sparse-checkout-cone-mode: true
2026-08-02T16:36:46.5633515Z   fetch-depth: 1
2026-08-02T16:36:46.5633898Z   fetch-tags: false
2026-08-02T16:36:46.5634294Z   show-progress: true
2026-08-02T16:36:46.5634697Z   lfs: false
2026-08-02T16:36:46.5635059Z   submodules: false
2026-08-02T16:36:46.5635469Z   set-safe-directory: true
2026-08-02T16:36:46.5635941Z   allow-unsafe-pr-checkout: false
2026-08-02T16:36:46.5636399Z ##[endgroup]
2026-08-02T16:36:46.6405055Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:36:46.6406737Z ##[group]Getting Git version info
2026-08-02T16:36:46.6407475Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T16:36:46.6408525Z [command]/usr/bin/git version
2026-08-02T16:36:46.6409045Z git version 2.43.0
2026-08-02T16:36:46.6415828Z ##[endgroup]
2026-08-02T16:36:46.6423606Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/14afd2bc-24a2-446b-8a98-db48e98fd7c6/.gitconfig'
2026-08-02T16:36:46.6431296Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/14afd2bc-24a2-446b-8a98-db48e98fd7c6' before making global git config changes
2026-08-02T16:36:46.6432551Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:36:46.6435018Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T16:36:46.6468776Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T16:36:46.6489317Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:36:46.6499609Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:36:46.6502479Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:36:46.6527717Z refs/heads/golden/barometer
2026-08-02T16:36:46.6535328Z [command]/usr/bin/git checkout --detach
2026-08-02T16:36:46.6830794Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:36:46.6877769Z [command]/usr/bin/git branch --delete --force golden/barometer
2026-08-02T16:36:46.6913652Z Deleted branch golden/barometer (was 2138b1652).
2026-08-02T16:36:46.7609524Z ##[endgroup]
2026-08-02T16:36:46.7612138Z [command]/usr/bin/git submodule status
2026-08-02T16:36:46.7848360Z ##[group]Cleaning the repository
2026-08-02T16:36:46.7849419Z [command]/usr/bin/git clean -ffdx
2026-08-02T16:36:50.9291653Z Removing .adapter-notify/
2026-08-02T16:36:50.9292229Z Removing target/
2026-08-02T16:36:50.9305327Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T16:36:50.9475684Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:36:50.9481463Z ##[endgroup]
2026-08-02T16:36:50.9483639Z ##[group]Disabling automatic garbage collection
2026-08-02T16:36:50.9487541Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T16:36:50.9514843Z ##[endgroup]
2026-08-02T16:36:50.9515391Z ##[group]Setting up auth
2026-08-02T16:36:50.9520791Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:36:50.9546985Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-02T16:36:50.9742379Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:36:50.9769793Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-02T16:36:50.9956794Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:36:50.9982532Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T16:36:51.0181147Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T16:36:51.0216211Z ##[endgroup]
2026-08-02T16:36:51.0216675Z ##[group]Fetching the repository
2026-08-02T16:36:51.0222449Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2138b16526af959112fa39e245dc027c7bfcc754:refs/remotes/origin/golden/barometer
2026-08-02T16:36:51.6580851Z ##[endgroup]
2026-08-02T16:36:51.6581490Z ##[group]Determining the checkout info
2026-08-02T16:36:51.6582062Z ##[endgroup]
2026-08-02T16:36:51.6585793Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T16:36:51.6625189Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T16:36:51.6647928Z ##[group]Checking out the ref
2026-08-02T16:36:51.6650578Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:36:51.6706094Z Switched to a new branch 'golden/barometer'
2026-08-02T16:36:51.6706794Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:36:51.6712004Z ##[endgroup]
2026-08-02T16:36:51.6747326Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T16:36:51.6776533Z 2138b16526af959112fa39e245dc027c7bfcc754
